home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1998 … to May: Technology Seed / April-May ADC Seed.toast / FireWire 1.1 DR2 SDK / Extensions / FWExtensions / FWExtensions_README < prev   
Encoding:
Text File  |  1998-01-15  |  2.4 KB  |  48 lines  |  [ttro/ttxt]

  1. Inside the FWExtensions folder:
  2.  
  3.   The following extensions provide the functionality neccessary to use the provided sample code.  Simply drag all of them into your extensions folder.
  4.  
  5.  
  6. FireWire Support:
  7.   This extension contains libraries and code fragments needed to support the FireWire driver architecture.  These include the following libraries and code fragments:
  8.  
  9. •    DevNLib: Device notificaton library.
  10.           This is a shared library that implements a part of the hot plugging/unplugging mechanism.              
  11.         Driver family expert loaders can register with the DevNLib to receive device event 
  12.         notification or can post device events to the DevNLib.
  13.  
  14. •    DFMLib: Driver family matching library.
  15.           This is a shared library used by the DevNLib to match device drivers with their driver 
  16.         families.
  17.  
  18. •    DriverFamilyServicesLib:
  19.           This is a shared library which provides miscellaneous service to driver families.  It is 
  20.         analagous to the DriverServicesLib.
  21.  
  22. •    FWExpert:  FireWire driver family expert loader.
  23.           This is an expert loader responsible for loading the drivers (FWIMs) for FireWire adapter 
  24.         boards and for scanning the FireWire bus for devices.  The FireWire expert will send 
  25.         notification to the DevNLib when devices are added or removed.
  26.  
  27. •    FWServicesLib: FireWire driver family services library.
  28.           This is a shared library for the FireWire driver family that provides the set of services 
  29.         that FireWire drivers use to access the FireWire bus.
  30.  
  31. •    OTExpert: Open Transport networking driver family expert loader.
  32.     This is an expert loader responsible for loading Open Transport network drivers.
  33.  
  34. •    OTFWConfig: Open Transport FireWire network driver configuration extension.
  35.   This is a shared library that Open Transport uses to determine the configuration for FireWire
  36.   network drivers.  This file will provide Open Transport with a string to place in the
  37.   AppleTalk control panel for a FireWire network.
  38.  
  39. •  ComponentDriverExpert: Component Manager driver expert loader.
  40.   This is an expert loader responsible for loading native driver implemented as components
  41.   (e.g., the FWCCMDriver VDig).
  42.  
  43. •  GenericDriverFamilyExpert: Generic driver expert loader.
  44.   This is an expert loader responsible for loading generic 'ndrv' drivers.
  45.  
  46. •  GenericDriverFamily: Generic driver family library.
  47.   This is a shared library that provides services for generic 'ndrv' driver notification.
  48.